home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / anti-virus / vt / storage_vt / ab2 < prev    next >
Text File  |  1995-07-31  |  452b  |  23 lines

  1. /* RAM disk mount entry  3 x DD
  2.  *
  3.  * You can create 4 different RAM disks by creating
  4.  * versions of this file with different Unit values.
  5.  *        braucht mind. KS2.04
  6.  */
  7.  
  8. Device        = absram.device
  9. Unit        = 2
  10. Mount        = 1
  11. Flags        = 0x00600020    /*    address of the disk    */
  12. Surfaces    = 2
  13. BlockSize      = 512
  14. BlocksPerTrack    = 11
  15. Reserved    = 2        /*    NEVER change this    */
  16. Interleave    = 0
  17. LowCyl        = 0
  18. HighCyl        = 239
  19. Buffers        = 5
  20. BufMemType    = 1
  21. DosType        = 0x444f5301
  22.  
  23.